.lcsMessagesExShell {
	display: none;
}
.lcsShell,
#lcsAgentChatShell {
	overflow: visible;
}
.lcsOptsList {
	display: none;
}
.lcsEmailInputOverlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(110, 110, 110, 0.5);
	width: 100%;
	height: 100%;
	z-index: 999999999;
}
.lcsEmailInputShell {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lcsShell {
	max-height: none !important;
}